home *** CD-ROM | disk | FTP | other *** search
/ Skunkware 98 / Skunkware 98.iso / src / fileutil / fileutils-3.16.tar.gz / fileutils-3.16.tar / fileutils-3.16 / doc / Makefile.am < prev    next >
Makefile  |  1996-11-02  |  501b  |  13 lines

  1. ## Process this file with automake to produce Makefile.in
  2. info_TEXINFOS = fileutils.texi
  3.  
  4. # FIXME: remove texinfo.tex when automake has been fixed to include it
  5. # automatically
  6. EXTRA_DIST = perm.texi getdate.texi texinfo.tex
  7.  
  8. # Tell makeinfo to put everything in a single info file: sh-utils.info.
  9. # Otherwise, it would also generate files with names like sh-utils.info-[123],
  10. # and those names all map to one 14-byte name (sh-utils.info-) on some crufty
  11. # old systems.
  12. MAKEINFO = makeinfo --no-split
  13.